home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
text+faqs
/
amigafaqdeutsch
/
programmer
/
createentity.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-26
|
285 b
|
14 lines
#include <clib/nipc_protos.h>
#ifdef AZTEC_C
#include <pragmas/nipc_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/nipc_pragmas.h>
#endif
struct Entity *CreateEntity(Tag tag1, ...)
{ return(CreateEntityA((struct TagItem *) &tag1));
}